/* S 轮播 */
#owl-banner {
  padding-top: 88px;
}
#owl-banner .owl-item {
  position: relative;
  height: 624px;
}

#owl-banner .owl-item .banner-title {
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding-top: 180px;
}

#owl-banner .owl-item .banner-title img {
  margin: 10px 0;
}

#owl-banner .owl-item .banner-title .topsub {
  font-size: 25px;
  opacity: 0.6;
}

#owl-banner .owl-item .banner-text {
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  margin-top: 10px;
}

#owl-banner .owl-item .banner-button {
  text-align: center;
  margin-top: 30px;
}

#owl-banner .owl-item .banner-button a {
  display: inline-block;
  margin: 0 10px;
  padding: 12px 40px;
  border: solid 1px var(--theme-color);
  color: #fff;
  background: var(--theme-color);
  border-radius: 24px;
}

#owl-banner .owl-item .item-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

#owl-banner .owl-controls {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

#owl-banner .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease-out;
  transform-origin: bottom;
}

#owl-banner .owl-controls .owl-page.active span,
#owl-banner .owl-controls.clickable .owl-page:hover span {
  background: #f08619;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #owl-banner .owl-item {
    position: relative;
    height: 400px;
  }
  #contact-us .tel {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #owl-banner {
    height: 200px;
    padding-top: 0;
  }
  body.small-nav-open #owl-banner {
    padding-top: 0;
  }
  #owl-banner .owl-wrapper-outer,
  #owl-banner .owl-wrapper-outer .owl-wrapper,
  #owl-banner .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
  }

  #owl-banner .owl-item .item-bg-img {
    object-fit: fill;
  }

  #owl-banner .owl-item .banner-title {
    padding-top: 90px;
    font-size: 24px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  #owl-banner .owl-item .banner-title img {
    display: none;
  }
  #owl-banner .owl-item .banner-title .topsub {
    display: none;
  }

  #owl-banner .owl-item .banner-text {
    font-size: 15px;
    opacity: 0.65;
    padding: 0 10px;
    margin-top: 20px;
  }

  #owl-banner .owl-item .banner-button {
    margin-top: 50px;
  }

  #owl-banner .owl-item .banner-button a {
    padding: 6px 30px;
  }

  #owl-banner .owl-controls {
    bottom: 15px;
  }

  #owl-banner .owl-controls .owl-page span {
    width: 6px;
    height: 6px;
    margin: 5px 4px;
  }
}

/* E 轮播 */

/* S 页面标题 */
.page-item-tit {
  text-align: center;
}
.page-item-tit h2 {
  font-size: 42px;
  color: #f08619;
  line-height: 1;
  margin-top: 20px;
}

.page-item-tit .en {
  display: block;
  color: #1a1a1a;
  line-height: 1;
  font-size: 18px;
}

@media only screen and (max-width: 1440px) {
  .page-item-tit h2 {
    font-size: 36px;
    margin-top: 18px;
  }

  .page-item-tit .en {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-item-tit h2 {
    font-size: 32px;
    margin-top: 16px;
  }

  .page-item-tit .en {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-item-tit h2 {
    font-size: 24px;
    margin-top: 12px;
  }

  .page-item-tit .en {
    font-size: 14px;
  }
}
/* E 页面标题 */

/* S 查看更多按钮 */
.more-btn {
  position: relative;
  z-index: 0;
  width: fit-content;
  padding: 0 30px;
  line-height: 56px;
  color: #ffffff;
  background: #f08619;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
}

.more-btn:hover {
  color: #ffffff;
}

.more-btn span {
  display: block;
  font-size: 14px;
  margin-right: 20px;
}

@media only screen and (max-width: 1440px) {
  .more-btn {
    line-height: 54px;
  }
}

@media only screen and (max-width: 1200px) {
  .more-btn {
    line-height: 52px;
  }
}

@media only screen and (max-width: 767px) {
  .more-btn {
    padding: 0 15px;
    line-height: 40px;
  }
  .more-btn span {
    margin-right: 15px;
  }
}
/* E 查看更多按钮 */

/* S 产品中心 */
.products {
  padding: 120px 0;
  background: #b4d9e3;
}

.products .product-list {
  margin: 60px 0 50px;
}

.products .product-list li a {
  display: block;
  position: relative;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 80px 20px 40px;
  overflow: hidden;
}

.products .product-list li a img {
  max-width: 360px;
  width: 100%;
  mix-blend-mode: darken;
  margin: 0 auto;
}

.products .product-list li a h3 {
  font-size: 28px;
  margin-top: 50px;
  line-height: 1;
  text-align: center;
}

.products .switch .swiper-pagination {
  position: static;
  height: 4px;
  width: 100px;
  background: #e5e5e5;
}

.products .switch .swiper-pagination .swiper-pagination-progressbar-fill {
  height: 100%;
  background: #ee9d23;
  top: 0px;
}

.products .switch .swiper-button-prev,
.products .switch .swiper-button-next {
  position: static;
  margin: 0;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  border: 1px solid #ee9d23;
  background: #fff;
  transition: all 0.4s;
}

.products .switch .swiper-button-prev {
  transform: rotateY(180deg);
}

.products .switch .swiper-button-prev:hover,
.products .switch .swiper-button-next:hover {
  background: #ee9d23;
  border-color: #ee9d23;
}

.products .switch .swiper-button-prev:hover svg path,
.products .switch .swiper-button-next:hover svg path {
  fill: #ffffff;
}

@media only screen and (max-width: 1600px) {
  .products {
    padding: 100px 0;
  }

  .products .product-list {
    margin: 50px 0 40px;
  }

  .products .product-list li a {
    padding: 60px 20px 40px;
  }

  .products .product-list li a h3 {
    font-size: 24px;
    margin-top: 40px;
  }

  .products .switch .swiper-pagination {
    width: 88px;
  }

  .products .switch .swiper-button-prev,
  .products .switch .swiper-button-next {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .products {
    padding: 80px 0;
  }

  .products .product-list {
    margin: 45px 0;
  }

  .products .product-list li a {
    padding: 40px 50px 40px;
  }

  .products .product-list li a h3 {
    font-size: 22px;
  }

  .products .switch .swiper-pagination {
    width: 78px;
  }

  .products .switch .swiper-button-prev,
  .products .switch .swiper-button-next {
    width: 44px;
    height: 44px;
  }
}

@media only screen and (max-width: 1200px) {
  .products {
    padding: 70px 0;
  }

  .products .product-list {
    margin: 40px 0;
  }

  .products .product-list li a {
    padding: 30px 40px;
  }

  .products .product-list li a h3 {
    font-size: 18px;
    margin-top: 30px;
  }

  .products .switch .swiper-pagination {
    width: 78px;
  }

  .products .switch .swiper-button-prev,
  .products .switch .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 900px) {
  .products {
    padding: 60px 0;
  }

  .products .product-list {
    margin: 35px 0;
  }

  .products .product-list li a {
    padding: 20px 30px;
  }

  .products .product-list li a h3 {
    font-size: 20px;
    margin-top: 30px;
  }

  .products .switch .swiper-pagination {
    width: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .products {
    padding: 50px 0;
  }

  .products .product-list {
    margin: 30px 0 15px;
  }

  .products .product-list li a {
    padding: 20px;
  }

  .products .product-list li a h3 {
    font-size: 14px;
    margin-top: 20px;
  }

  .products .switch .swiper-pagination {
    width: 78px;
    height: 2px;
  }

  .products .switch .swiper-button-prev,
  .products .switch .swiper-button-next {
    display: none;
  }
}
/* E 产品中心 */

/* S 资讯中心 */
.news {
  padding: 120px 0;
  background-color: #d7edfb;
}

.news .news-list {
  margin: 60px -20px;
}

.news .news-list a {
  padding: 0 20px;
}

.news .news-list a .cover {
  position: relative;
  z-index: 0;
  height: 240px;
  border-radius: 4px;
}

.news .news-list a .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news .news-list a:hover .cover img {
  transform: scale(1.1);
}

.news .news-list a .content h3 {
  font-size: 18px;
  margin: 30px 0 12px;
  line-height: 1;
  color: #1a1a1a;
}

.news .news-list a:hover .content h3 {
  color: #f08619;
}

@media only screen and (max-width: 1600px) {
  .news {
    padding: 100px 0;
  }
  .news .news-list {
    margin: 50px -15px;
  }
  .news .news-list a {
    padding: 0 15px;
  }
  .news .news-list a .cover {
    height: 220px;
  }
  .news .news-list a .cover h3 {
    font-size: 15px;
  }
  .news .news-list a .content h3 {
    font-size: 16px;
    margin: 26px 0 10px;
  }
  .news .news-list a .content p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  .news {
    padding: 80px 0;
  }
  .news .news-list {
    margin: 45px -15px;
  }
  .news .news-list a {
    width: calc(100% / 3);
  }
  .news .news-list a .cover {
    height: 240px;
  }
  .news .news-list a .cover h3 {
    font-size: 15px;
  }
  .news .news-list a .content h3 {
    font-size: 18px;
  }
  .news .news-list a .content span {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  .news {
    padding: 70px 0;
  }
  .news .news-list {
    margin: 40px -15px;
  }
  .news .news-list a {
    width: calc(100% / 3);
  }
  .news .news-list a .cover {
    height: 180px;
  }
  .news .news-list a .cover h3 {
    font-size: 14px;
  }
  .news .news-list a .content h3 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 900px) {
  .news {
    padding: 60px 0;
  }
  .news .news-list {
    margin: 15px -10px 20px;
  }
  .news .news-list a {
    width: 50%;
    padding: 15px 10px;
  }
  .news .news-list a .cover {
    height: 220px;
  }
  .news .news-list a .content h3 {
    margin: 20px 0 10px;
  }
  .news .news-list a .content h3 {
    margin: 20px 0 10px;
  }
  .news .news-list a .content p {
    padding-right: 20px;
  }
  .news .news-list a .content span {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
  .news .news-list {
    margin: 30px 0;
  }
  .news .news-list a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 18px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 18px;
  }
  .news .news-list li:last-child a {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .news .news-list a .cover {
    width: 100px;
    height: 100px;
    border-radius: 2px;
  }
  .news .news-list a .cover h3 {
    display: none;
  }
  .news .news-list a .content {
    width: calc(100% - 116px);
  }
  .news .news-list a .content h3 {
    font-size: 15px;
    line-height: 18px;
    margin: 0;
  }
  .news .news-list a .content p {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    -webkit-line-clamp: 2;
    padding-right: 0;
  }
  .news .news-list a .content span {
    font-size: 12px;
    margin-top: 10px;
  }
}
/* E 资讯中心 */

/* S 解决方案 */
.solution {
  padding: 120px 0;
  background-color: #d4d1ef;
}
.solution .solution-list {
  margin: 60px 0 50px;
}

.solution .solution-item {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
}
.solution .solution-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  transition: all 0.5s ease;
}

.solution .solution-item:hover::before {
  background: rgba(240, 134, 25, 0.3);
}
.solution .solution-item img {
  height: 320px;
  width: 100%;
}
.solution .solution-item:hover img {
  transform: scale(1.6);
}

@media only screen and (max-width: 767px) {
  .solution {
    padding: 50px 0;
  }

  .solution .solution-list {
    margin: 30px 0 0;
  }

  .solution .solution-item {
    margin-bottom: 10px;
  }
}
/* E 解决方案 */
